projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b97dd
)
(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Mar 1996 06:18:40 +0000
(06:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Mar 1996 06:18:40 +0000
(06:18 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 3480a4d40e591b8def6e631abb5f8cb07a169c61..cd212ffa991281a262a9b4547481e76d05db9121 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-896,7
+896,9
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
syms_of_xfaces ();
#endif
+#ifndef HAVE_NTGUI
syms_of_xmenu ();
+#endif
#ifdef HAVE_NTGUI
syms_of_win32term ();